func math.ceil

2 uses

	math (current package)
		floor.go#L45: 	return ceil(x)
		floor.go#L48: func ceil(x float64) float64 {